home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1989 / 06 / winstack.h < prev    next >
C/C++ Source or Header  |  1988-04-25  |  244b  |  12 lines

  1. /*
  2.  * winstack.h        support winPush(win) and winPop().
  3.  *
  4.  * (c) Copyright 1988 Aspen Scientific
  5.  * All Rights Reserved.
  6.  */
  7.  
  8. #define WIN_MAX        32    /* this should be enough */
  9.  
  10. extern int winPush( WINDOW * );
  11. extern void winPop( void );
  12.